Conversation
Why: we have GitHub action but it does not run any tests What: - Set Clang version - Check tools (which and versions) - Run Bazel test - Run unit tests - Remove --stats (not supported by open-source CodeChecker) - Change extension to yaml
230cbc7 to
22f5dcb
Compare
Szelethus
left a comment
There was a problem hiding this comment.
I'm personally strongly in favour of letting the original author finish the original work and learn in the process. It's fine to submit totally alterantive solutions to the same problem, we gained a lot from doing that in #21, but not quite the same solution with marginal differences.
GITHUB_PATH is interesting, but doesn't align with the, unfortunately only spoken, agreed on goals. The goal as I understand was to keep everything as simple as possible, representative of how a new user/contributor would set up their environment, which this GitHub Workflow specific solution doesn't achieve.
I think this should've been discussed as an idea in #28 and it is what I'd encourage moving forward.
That's totally fine with me. I'm not insisting on anything, just showing alternative approaches.
Well, as I understand
Also fine with me. |
|
Landed in #28. |
Why: we have GitHub action but it does not run any tests
What: